home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / c / library / mslang / zstud1 / czip.h_ / CZIP.H
Encoding:
C/C++ Source or Header  |  1994-04-09  |  716 b   |  32 lines

  1. // czip.h : header file
  2. //
  3.  
  4. /////////////////////////////////////////////////////////////////////////////
  5. // CCzip dialog
  6.  
  7. class CCzip : public CDialog
  8. {
  9. // Construction
  10. public:
  11.     CCzip(CWnd* pParent = NULL);    // standard constructor
  12.  
  13. // Dialog Data
  14.     //{{AFX_DATA(CCzip)
  15.     enum { IDD = IDD_ZIP };
  16.         // NOTE: the ClassWizard will add data members here
  17.     //}}AFX_DATA
  18.  
  19. // Implementation
  20. protected:
  21.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  22.  
  23.     // Generated message map functions
  24.     //{{AFX_MSG(CCzip)
  25.     virtual BOOL OnInitDialog();
  26.     virtual void OnOK();
  27.     afx_msg void OnChangeEditfilename();
  28.     afx_msg void OnChangeEditfilepath();
  29.     //}}AFX_MSG
  30.     DECLARE_MESSAGE_MAP()
  31. };
  32.